'Declaration
Public Function SetFormFieldBorderColor( _ ByVal FieldId As Integer, _ ByVal Red As Byte, _ ByVal Green As Byte, _ ByVal Blue As Byte _ ) As GdPictureStatus
public GdPictureStatus SetFormFieldBorderColor( int FieldId, byte Red, byte Green, byte Blue )
public function SetFormFieldBorderColor( FieldId: Integer; Red: Byte; Green: Byte; Blue: Byte ): GdPictureStatus;
public function SetFormFieldBorderColor( FieldId : int, Red : byte, Green : byte, Blue : byte ) : GdPictureStatus;
public: GdPictureStatus SetFormFieldBorderColor( int FieldId, byte Red, byte Green, byte Blue )
public: GdPictureStatus SetFormFieldBorderColor( int FieldId, byte Red, byte Green, byte Blue )
Parameters
- FieldId
- Red
- Green
- Blue